Microsoft Windows graphic

To run Windows Script Host samples

  1. Open the Command Prompt.
  2. Type the following:

    cscript samples folder\script name

    Where:

    samples folder is the path to the folder into which you downloaded the samples.

    script name is the name of the sample script you want to run, including the file name extension (for example, .js or .vbs).

    For example, if you saved the samples to C:\Samples, and you wanted to run the Network.vbs sample, you would type:

    cscript c:\sample\network.vbs

Notes

Related Topics